@charset "utf-8";

*,
body {
    padding: 0px;
    margin: 0 auto;
}
/* 整体添加盒子阴影 */
#wrapper1{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
}
#header{
    width: 1240px;
}
#header2{
    width: 1240px;
}
/* 强制一行显示的统一样式类 */
.tr_one{
    /* 强制文字1行显示 */
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}
/* 两侧飘窗是否影藏 */
@media (max-width: 1360px) {
    .ishide {
        display: none;
    }
}

/* 顶部banner图新增样式 */
#header_right a:nth-child(1) {
    float: left;
    width: 725px;
    height: 120px;
    margin-right: 18px;
}

#header_right a:nth-child(1) img {
    width: 100%;
    height: 100%;
}

#header_right a:nth-child(2) {
    float: right;
    width: 185px;
    height: 120px;
}

#header_right a:nth-child(2) img {
    width: 100%;
    height: 100%;
}

/* 导航栏样式 */
.navigation {
    width: 100%;
    height: 50px;
    background-color: #b82123;
    display: flex;
}

.navigation .home {
    display: block;
    position: relative;
    width: 120px;
    height: 50px;
    background-color: #d3d3d2;
}

.navigation a img {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);

}

.size {
    display: block;
    margin: 0;
}

.size ul li {
    float: left;
    width: 152px;
}

.size ul li div {
    width: 172px;
    height: 50px;
    display: none;
    background-color: #b82123;
    padding-left: 10px;
}

.size ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none
}

.size ul li:hover {
    background-color: #fff;
    color: #b82123;
}

.size ul li:hover>a {
    color: #b82123
}

.size ul li div:hover {
    background-color: #fff;
}

.size ul li div:hover>a {
    color: #b82123
}

.size ul li div {
    position: relative;
    top: 0;
    left: -20px;
    z-index: 99;
}

.size ul li:hover div {
    display: block;
}

.hah {
    position: relative;
    top: 0;
    left: 0;
}
.wm_title{
    font-size: 25px;
    font-weight: 700;
    font-family: "微软雅黑";
}
/* 底部样式 */
.footer {
    background-color: #fff;
    height: 230px;
    width: 1200px;
    position: relative;
    margin-top: 30px;
}

.footer .tit {
    height: 48px;
}

.footer .tit ul li {
    float: left;
    margin-right: 88px;
    font-size: 20px;

}

.footer .tit ul li a {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    font-family: "Microsoft YaHei";
}

.footer .conent {
    position: relative;
    height: 182px;
    background-color: #b82123;
    padding-top: 0px;
    overflow: auto
}

.footer .box2 {
    position: absolute;
    left: 40px;
    top: 28px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #b82123;
}

.footer .conent li {
    font-size: 13px;
    float: left;
    margin: 10px 3px 0;

}

.footer .conent li a {
    color: #fff;
}

/* 详情模块1右侧样式 */
.wm_title2{
    font-size: 15px;
    font-family: "Microsoft YaHei";
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
    width: 350px;
    color: #666;
}
.size_title {
    border-bottom: 2px solid #B82123;
    align-items: center;
    height: 25px;
}

.size_tit2 h1 {
    display: inline-block;
    font-family: "Microsoft YaHei";
}

.r_more {
    width: 36px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
}

.toquan img{
    display: inline-block;
    width: 26px;
    height: 14px;
    /* background: url(../site531/toquan.png) no-repeat; */
}

.black_35 {
    position: relative;
}

.dian {
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #B82123;
    border-radius: 50%;
}

.td_data {
    position: relative;
    width: 50px;
}

.wm_date {
    width: 55px;
    height: 55px;
    border: 2px solid #c85456;
    position: absolute;
    top: 0;
    right: 0px;
}

.line {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #c85456;
    transform: rotate(40deg);
}

.l_data_time {
    font-size: 20px;
    color: #c85456;
    margin-top: 10px;
    margin-left: 2px;
}

.r_data_time {
    font-size: 20px;
    color: #c85456;
    margin-right: 10px;
    margin-left: 28px;
}
.h1_tr_one{
    font-size: 25px;
    color: #000;
    /* 强制文字1行显示 */
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
}

/* 主题活动模块样式 */
.main_content2 {
    width: 100%;
    height: 300px;
    padding-right: 21px;
}

.content2_box ul li {
    width: 1200px;
    height: 75px;
    position: relative;
    top: 0;
    left: 0;
    border-bottom: 1px solid #F2F2F1;
}
.content2_box ul li .a {
    display: block;
    width: 889px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #666666;
    margin-left: 22px;
    text-decoration: none;
    line-height: 30px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}
.a_h2{
    text-align: start;
    margin-top: 12px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    margin-left: 22px;
}
.wmzt_title3{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #666666;
}
.date2 {
    width: 55px;
    height: 55px;
    border: 2px solid #c85456;
    position: absolute;
    top: 13px;
    right: 20px;
}

/* .right_conent{
    padding-left:41px ;
} */
.right_conent h1 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #B82123;
}

.size_title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #B82123;
    align-items: center;
    position: relative;
    padding-bottom: 5px;
}

.size_tit2 {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    position: absolute;
    left: 0;
}

.r_more2 {
    position: absolute;
    right: 2px;
    width: 65px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
}

.right_conent .r_more2 a {
    width: 36px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    color: #999999;
}

/* 文明创建模块样式 */
.wmcj_r_more {
    width: 65px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    margin-right: 0;

}

.wmcj_r_more a {
    color: #999999;
}

.main_content3 {
    width: 100%;
    height: 435px;
    padding-right: 21px;
}

.det_content3 {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.det_content3 .left_img {
    width: 560px;
    height: 283px;
}

.det_content3 .left_img .img {
    width: 100%;
    height: 100%;
}

.det_content3 .right_conent3 {
    height: 320px;
    width: 620px;
}

.right_conent3 {
    padding-left: 41px;
}

.right_conent3 h1 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #B82123;
}

.but_box3 {
    margin-top: 23px;
}

.but_box3 ul li {
    width: 590px;
    height: 80px;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #F2F2F1;
}

.but_box3 ul li .wmcj_a {
    display: block;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #666666;
    margin-top: 2px;
    margin-left: 22px;
    margin-right: 70px;
    text-decoration: none;
    overflow: hidden;
    line-height: 18px;
    /* 强制文字2行显示 */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ! autoprefixer: off */
    -webkit-box-orient: vertical;
}
.b_h2{
    text-align: start;
    margin-top: 12px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
    margin-left: 22px;
    width: 85%;
}
.wmcj_title4_h2{
    font-size: 18px !important;
    font-family: "Microsoft YaHei" !important;
    font-weight: 700;
    color: #666666;
    overflow: hidden;
    line-height: 18px;
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}
.wmcj_title4{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    line-height: 18px;
    /* 强制文字2行显示 */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* ! autoprefixer: off */
    -webkit-box-orient: vertical;
}

.main_content3 .right_conent .tab {
    height: 50px;
    background-color: #f2f2f1;
}

.main_content3 .right_conent .tab ul>li {
    width: 160px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
    background-color: #f2f2f1;
}

.main_content3 .right_conent .tab ul>li :hover {
    color: #fff;
    background-color: #B82224;

}

.main_content3 .right_conent .tab ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #B82224;
    text-decoration: none;
    /* border-right:1px solid  #B82224 ; */
}

.main_content3 .right_conent .tab ul>li a .vertical_line {
    display: block;
    float: right;
    width: 2px;
    height: 35px;
    margin-top: 9px;
    background-color: #B82224;
}

.wmcj_date {
    width: 55px;
    height: 55px;
    border: 2px solid #c85456;
    position: absolute;
    top: 15px;
    right: 0px;
}

/* 文明实践模块样式 */
.wm_sj_r_more {
    width: 65px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    margin-right: 0;
}

.wm_sj_r_more a {
    color: #b0b0b0;
}

.main_content4 {
    width: 100%;
    height: 320px;
    padding-right: 21px;
}

.main_content4 .tab4 {
    width: 1200px;
    height: 50px;
    margin-left: -30px;
}

.main_content4 .right_conent .tab4 ul>li {
    width: 160px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
    background-color: #f2f2f1;
}

.main_content4 .right_conent .tab4 ul>li :hover {
    color: #fff;
    background-color: #B82224;

}

.main_content4 .right_conent .tab4 ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #B82224;
    text-decoration: none;
}

.conent4>ul {
    /* margin-top: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.conent4>ul>li {
    position: relative;
    width: 49%;
    height: 76px;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-bottom: 16px;
}

.date4 {
    width: 55px;
    height: 55px;
    border: 2px solid #c85456;
    position: absolute;
    top: 0;
    left: 0px;
}

.line {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
    background-color: #c85456;
    transform: rotate(40deg);
}

.l_data_time {
    font-size: 20px;
    color: #c85456;
    margin-top: 10px;
    margin-left: 2px;
}

.r_data_time {
    font-size: 20px;
    color: #c85456;
    margin-right: 10px;
    margin-left: 28px;
}

.conent4>ul>li .size4 {
    margin-left: 75px;
    margin-top: -7px;
}

.conent4>ul>li .size4>h1 {
    font-size: 25px;
    color: #000;
    width: 350px;
}
.wmsj_h1_title5{
    font-size: 25px;
    color: #000;
    /* 强制文字1行显示 */
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
}
.conent4>ul>li .size4>p {
    font-size: 15px;
    margin-top: -2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    color: #666;
}
.wmsj_title5{
     height: 20px;
     font-size: 18px;    /* 强制文字2行显示 */
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
}

/* 先进模范模块 */
.wm_xj_r_more {
    width: 65px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    margin-right: 0;
}

.wm_xj_r_more a {
    color: #b0b0b0;
}

.main_content5 {
    width: 100%;
    height: 370px;
    padding-right: 21px;
}

.main_content5>.right_conent {
    width: 100%;
}

.conent5 {
    padding-top: 17px;
    height: 341px;
    width: 100%;
}

.conent5 ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
}

.conent5 ul>li {
    height: 295px;
    width: 225px;
    margin-right: 0px;

}

.conent5 ul>li .p:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.conent5 ul>li .p:first-child {
    padding: 0 5px;
    width: 204px;
    height: 250.9px;
    margin-left: 0;
}

.conent5 ul>li .p .wm_xj_img {
    width: 100%;
    height: 100%;
    border: 1px solid #B82224;
}

.conent5 ul>li .p:nth-child(2) {
    margin-top: 9px;
    font-size: 15px;
    line-height: 18px;
    font-family: "Microsoft YaHei";
}

/* 文明视频模块样式 */
.wm_sp_r_more {
    width: 65px;
    height: 19px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    margin-right: 0;
}

.wm_sp_r_more a {
    color: #b0b0b0;
}

.main_content6 {
    width: 1200px;
    height: 260px;
    padding-right: 21px;
}

.main_content6>.right_conent {
    width: 100%;
}

.conent6 {
    position: relative;
    padding-top: 17px;
    height: 210px;
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
}

.conent6 i:first-child {
    position: absolute;
    top: 73px;
    left: 2px;
}

.conent6 i:nth-child(2) {
    position: absolute;
    top: 73px;
    right: 25px;
}

.conent6 ul {
    display: flex;
    justify-content: space-between;
    margin-left: 35px;
    margin-right: 25px;
}

.conent6 ul>li {
    position: relative;
    height: 215px;
    margin-right: 0px;
    margin: 0;
    width: 25%;
    padding: 0;

}

.conent6 ul>li .p:first-child {
    position: relative;
    padding: 0 0px;
    width: 258px;
    height: 150px;
    overflow: hidden;
}

.conent6 ul>li .p video {
    width: 100%;
    height: 100%;
}

.conent6 ul>li .p img:first-child {
    width: 100%;
    height: 100%;
}

.conent6 ul>li .p img:nth-child(2) {
    position: absolute;
    top: 50px;
    left: 37%;
    transform: translateX(-50%);
}

.conent6 ul>li .p:nth-child(2) {
    margin-top: 9px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #343434;
    width: 94%;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -"webkit-box";
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
/* 图说我们的价值观模块样式 */
.tsjzg{
    position: relative;
    top: 0;
}
.book_title{
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 110px;
    width: 990px;
    height: 30px;
    z-index: 9999;
}
.ts_size_title .size_tit2 h1{
    color:#B82123 ;
}
.ts_size_title{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #B82123;
    align-items: center;
    position: relative;
    width: 1200px;
}
.ts_r_more{
    margin-left: 930px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    font-weight: 300;
}
.ts_r_more a{
    color: #b0b0b0;;
    display: block;
    width: 62px;
}
/* 公益广告模块样式 */
.main_content8{
    width: 100%;
    height: 200px;
    padding-right: 0px;
    margin-top: 50px;
}
.main_content8>.right_conent{
    width: 100%;
    margin-left: 0px;
}
.main_content8>.right_conent .size_title{
    width: 1200px;
 }
.main_content8>.right_conent .size_title .r_more{
   margin-right: 25px;
}
.main_content8>.right_conent .size_title .r_more a{
    color: #b0b0b0;;
    display: block;
    width: 65px;
 }
.conent8{
    padding-top: 17px;
    margin: 0 auto;
    height: 175px;
    width: 100%;
    background-color:#f2f2f1;
    position: relative;
}
.conent8 .controller_prev2{
    position: absolute;
    left: 0;
    top: 75px;
}
.conent8 .controller_after2{
    position: absolute;
    right: 0;
    top: 75px;
}
.conent8 ul{
    display: flex;
    justify-content: space-between;
    width: 95%;
    padding-left: 20px;
    position: relative;
}
.conent8 ul>li{
    height: 165px;
    width: 235px;
    margin-right:-11px;
    align-items:center;
    position: relative;
}
.conent8 ul>li p{
    width: 200px;
    height: 120px;
    margin: 0;
}
.conent8 ul>li p:first-child{
    padding: 0 5px;
    padding-top: 15px;
    /* width: 175px; */
    /* height: 120px; */
    margin: 0 auto;
}
.conent8 ul>li p img{
    width: 100%;
    height: 100%;
    border: 1px solid #B82224;
    border-radius: 10px;
}
.ads_recommend_item p:hover{
    transform: scale(1.01);
}
